home *** CD-ROM | disk | FTP | other *** search
/ Science Kit & Boreal Lab…Order Assistant Plus 2001 / 2001 Order Assis.iso / pc / Fun Stuff / PC / BioQuiz.exe / scripts / DefineButton2_92 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-12-11  |  194 b   |  9 lines

  1. on(release){
  2.    set("/:CurrentLevel","3");
  3.    set("/:CorrectCount","0");
  4.    set("/:CurrentQuestion","1");
  5.    call("/Library/:Level3");
  6.    call("/Library/:DisplayQuestion");
  7.    play();
  8. }
  9.